Integrate gtk-doc, part 1; need to finish it at home - Federico
authorArturo Espinosa <unammx@src.gnome.org>
Thu, 4 Nov 1999 01:10:05 +0000 (01:10 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Thu, 4 Nov 1999 01:10:05 +0000 (01:10 +0000)
docs/reference/gdk-pixbuf/Makefile.am [new file with mode: 0644]
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am
new file mode 100644 (file)
index 0000000..10e4f47
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = api
index 9426844ca3813dbd89bf0824eec3590c88423608..2fcafd8938d2ebfcb2f0ce13ed7ebf19836fbd71 100644 (file)
@@ -1,3 +1,10 @@
+1999-11-03  Federico Mena Quintero  <federico@redhat.com>
+
+       * configure.in: Removed libgif stuff now that we do not depend on it.
+       Added the necessary cruft for gtk-doc.
+
+       * src/Makefile.am: Unconditionally build the GIF loader.
+
 1999-11-03  Jonathan Blandford  <jrb@redhat.com>
 
        * src/io-gif.c (gif_read): renamed ReadOK to gif_read.
index aab49a551e03f5386c4daf8fdc1c3bdc843702d0..58337c408abbc5ab82cf2003e9da30d48d969b75 100644 (file)
@@ -11,9 +11,7 @@ if HAVE_JPEG
 JPEG_LIB =     libpixbuf-jpeg.la
 endif
 
-if HAVE_GIF
-GIF_LIB =      libpixbuf-gif.la
-endif
+GIF_LIB = libpixbuf-gif.la
 
 if HAVE_TIFF
 TIFF_LIB =     libpixbuf-tiff.la